home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Source / MiscMergeKit / Makefile < prev    next >
Encoding:
Makefile  |  1995-07-11  |  1.7 KB  |  58 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = MiscMerge
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. CLASSES = MiscIfStack.m MiscMergeCommand.m MiscMergeDriver.m\
  16.           MiscMergeEngine.m MiscMergeTemplate.m MME+GlobalSymbols.m\
  17.           MME+Symbols.m _MiscIfPlaceHolder.m _MiscMergeAskCommand.m\
  18.           _MiscMergeCommentCommand.m _MiscMergeCopyCommand.m\
  19.           _MiscMergeDateCommand.m _MiscMergeDelayedParseCommand.m\
  20.           _MiscMergeElseCommand.m _MiscMergeEndifCommand.m\
  21.           _MiscMergeFieldCommand.m _MiscMergeIdentifyCommand.m\
  22.           _MiscMergeIfCommand.m _MiscMergeNextCommand.m\
  23.           _MiscMergeOmitCommand.m _MiscMergeQuery.m\
  24.           _MiscMergeSetCommand.m
  25.  
  26. HFILES = _MiscIfPlaceHolder.h _MiscMergeAskCommand.h\
  27.          _MiscMergeCommentCommand.h _MiscMergeCopyCommand.h\
  28.          _MiscMergeDateCommand.h _MiscMergeDelayedParseCommand.h\
  29.          _MiscMergeElseCommand.h _MiscMergeEndifCommand.h\
  30.          _MiscMergeFieldCommand.h _MiscMergeIdentifyCommand.h\
  31.          _MiscMergeIfCommand.h _MiscMergeNextCommand.h\
  32.          _MiscMergeOmitCommand.h _MiscMergeQuery.h\
  33.          _MiscMergeSetCommand.h
  34.  
  35. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
  36.  
  37.  
  38. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  39. MAKEFILE = tool.make
  40. INSTALLDIR = /LocalDeveloper/Libraries
  41. INSTALLFLAGS = -c -s -m 755
  42. SOURCEMODE = 444
  43.  
  44. LIBS = 
  45. DEBUG_LIBS = $(LIBS)
  46. PROF_LIBS = $(LIBS)
  47.  
  48.  
  49.  
  50.  
  51. -include Makefile.preamble
  52.  
  53. include $(MAKEFILEDIR)/$(MAKEFILE)
  54.  
  55. -include Makefile.postamble
  56.  
  57. -include Makefile.dependencies
  58.